home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / LANGUAGE / MAIN.DFM / MAIN.txt
Text File  |  1996-11-13  |  3KB  |  131 lines

  1. object MainForm: TMainForm
  2.   object MinimizeButton: TImage
  3.     Hint = 'MINIMISE'
  4.   end
  5.   object Clock: TImage
  6.     Hint = 'TIME PERIOD'
  7.   end
  8.   object Cat1: TBitmapButton
  9.     Hint = 'CATEGORY POLITICS'
  10.   end
  11.   object Cat2: TBitmapButton
  12.     Hint = 'CATEGORY BUSINESS'
  13.   end
  14.   object Cat3: TBitmapButton
  15.     Hint = 'CATEGORY MILITARY'
  16.   end
  17.   object Cat4: TBitmapButton
  18.     Hint = 'CATEGORY CRIME'
  19.   end
  20.   object Cat5: TBitmapButton
  21.     Hint = 'CATEGORY SCIENCE'
  22.   end
  23.   object Cat6: TBitmapButton
  24.     Hint = 'CATEGORY RELIGION'
  25.   end
  26.   object Cat7: TBitmapButton
  27.     Hint = 'CATEGORY ARTS'
  28.   end
  29.   object Cat8: TBitmapButton
  30.     Hint = 'CATEGORY SPORT'
  31.   end
  32.   object SystemClose: TImage
  33.     Hint = 'EXIT'
  34.   end
  35.   object Light1: TImage
  36.     Hint = 'SELECT TO ALBUM'
  37.   end
  38.   object Light2: TImage
  39.     Hint = 'SELECT TO ALBUM'
  40.   end
  41.   object Light3: TImage
  42.     Hint = 'SELECT TO ALBUM'
  43.   end
  44.   object Light4: TImage
  45.     Hint = 'SELECT TO ALBUM'
  46.   end
  47.   object Light5: TImage
  48.     Hint = 'SELECT TO ALBUM'
  49.   end
  50.   object Light6: TImage
  51.     Hint = 'SELECT TO ALBUM'
  52.   end
  53.   object Items: TLabel
  54.     Caption = 'Persons selected'
  55.   end
  56.   object CaptionBar: TrxLabel
  57.     Hint = 'WINDOW MOVE'
  58.     Caption = 'The 20th Century Newsmakers'
  59.   end
  60.   object TextBut: TBitmapButton
  61.     Hint = 'TEXT WINDOW'
  62.   end
  63.   object IndexBut: TBitmapButton
  64.     Hint = 'SEARCH WINDOW'
  65.   end
  66.   object AlbumBut: TBitmapButton
  67.     Hint = 'ALBUM WINDOW'
  68.   end
  69.   object BackBut: TBitmapButton
  70.     Hint = 'SHOW LAST PERSON'
  71.   end
  72.   object PrintBut: TBitmapButton
  73.     Hint = 'PRINT CURRENT PERSON'
  74.   end
  75.   object HelpBut: TBitmapButton
  76.     Hint = 'HELP WINDOW'
  77.   end
  78.   object ExitBut: TBitmapButton
  79.     Hint = 'PROGRAM EXIT'
  80.   end
  81.   object HistoryBut: TBitmapButton
  82.     Hint = 'SOUND On-Off'
  83.   end
  84.   object ButtonLeft: TBitmapButton
  85.     Hint = 'SCROLL LEFT'
  86.   end
  87.   object ButtonRight: TBitmapButton
  88.     Hint = 'SCROLL RIGHT'
  89.   end
  90.   object MMPlay: TBitmapButton
  91.     Hint = 'PLAY'
  92.   end
  93.   object MMPause: TBitmapButton
  94.     Hint = 'PAUSE'
  95.   end
  96.   object MMStop: TBitmapButton
  97.     Hint = 'STOP'
  98.   end
  99.   object MMForward: TBitmapButton
  100.     Hint = 'TO END'
  101.   end
  102.   object MMRewind: TBitmapButton
  103.     Hint = 'TO BEGINNING'
  104.   end
  105.   object TV: TDrawPanel
  106.     Hint = 'ZOOM'
  107.   end
  108.   object ToolsButtons: TListBox
  109.     Items.Strings = (
  110.       'Sound'
  111.       'Text'
  112.       'Index'
  113.       'Album'
  114.       'Back'
  115.       'Print'
  116.       'Help'
  117.       'Exit')
  118.   end
  119.   object CategoryButtons: TListBox
  120.     Items.Strings = (
  121.       'Politics'
  122.       'Business'
  123.       'Military'
  124.       'Crime'
  125.       'Science'
  126.       'Religion'
  127.       'Arts'
  128.       'Sport')
  129.   end
  130. end
  131.